projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f733568
)
Fix a typo
author
Javier Jardón
<jjardon@gnome.org>
Sat, 7 Nov 2009 01:18:05 +0000
(
02:18
+0100)
committer
Javier Jardón
<jjardon@gnome.org>
Sat, 7 Nov 2009 01:18:05 +0000
(
02:18
+0100)
This was introduced in commit
72b69e0094db5ac1f9bf38bea429b45bf2e449e3
Reported by BugByteMan here:
http://mail.gnome.org/archives/gtk-devel-list/2009-November/msg00014.html
m4macros/gtk-2.0.m4
patch
|
blob
|
history
diff --git
a/m4macros/gtk-2.0.m4
b/m4macros/gtk-2.0.m4
index 19f13ae7db85f8ca6480c4f0d2af216605b89305..88596a969e1973a00156752367c1e40d576262ef 100644
(file)
--- a/
m4macros/gtk-2.0.m4
+++ b/
m4macros/gtk-2.0.m4
@@
-85,7
+85,7
@@
main ()
int major, minor, micro;
char *tmp_version;
- fclose (fopen ("conf.gtktest", "w");
+ fclose (fopen ("conf.gtktest", "w")
)
;
/* HP/UX 9 (%@#!) writes to sscanf strings */
tmp_version = g_strdup("$min_gtk_version");